Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase.ListChangedEventArgs<T> Class
Members


In This Topic
    ListBase.ListChangedEventArgs<T> Class
    In This Topic
    Syntax
    'Declaration
     
    
    Public Class ListBase.ListChangedEventArgs(Of T) 
       Inherits System.ComponentModel.ListChangedEventArgs
    'Usage
     
    
    Dim instance As ListBase.ListChangedEventArgs(Of T)
    public class ListBase.ListChangedEventArgs<T> : System.ComponentModel.ListChangedEventArgs 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.ListChangedEventArgs
             FarPoint.Win.Spread.ListBase`1.ListChangedEventArgs<T>

    See Also